* lisp/abbrev.el (define-abbrev): Beware new meaning of fboundp.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 6 Jan 2014 23:34:05 +0000 (18:34 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 6 Jan 2014 23:34:05 +0000 (18:34 -0500)
commit3786f43cbfb1857a8ea934f8746749fa4e2a2169
tree921f224e31d64ffdd19b6a281170c93ec2c13947
parent44083dbac4f345eadac0b2e94c17ca0fc0a3cad5
* lisp/abbrev.el (define-abbrev): Beware new meaning of fboundp.
* lisp/emacs-lisp/elint.el (elint-find-builtins):
* lisp/emacs-lisp/eldoc.el (eldoc-symbol-function):
* lisp/emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
(byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
* lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand):
* lisp/apropos.el (apropos-safe-documentation):
* lisp/subr.el (symbol-file): Remove redundant fboundp.
* lisp/progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
lisp/ChangeLog
lisp/abbrev.el
lisp/apropos.el
lisp/emacs-lisp/byte-opt.el
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/eldoc.el
lisp/emacs-lisp/elint.el
lisp/progmodes/idlw-shell.el
lisp/subr.el